README.md: Mention patches and test suite
authorColin Walters <walters@verbum.org>
Sun, 30 Nov 2014 18:23:06 +0000 (13:23 -0500)
committerColin Walters <walters@verbum.org>
Sun, 30 Nov 2014 18:23:06 +0000 (13:23 -0500)
README.md

index 6e5d8b5351d8a99c7ce4778cae935b06203a3a49..50273c02e19bf770f020756a320a338471b3db55 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,3 +8,26 @@ of both.
 For more information, see:
 
 https://live.gnome.org/Projects/OSTree
+
+Submitting patches
+------------------
+
+You can:
+
+ 1. Send mail to ostree-list@gnome.org, with the patch attached
+ 1. Submit a pull request against https://github.com/GNOME/ostree
+ 1. Attach them to https://bugzilla.gnome.org/
+
+Please look at "git log" and match the commit log style.
+
+
+Running the test suite
+----------------------
+
+Currently, ostree uses https://wiki.gnome.org/GnomeGoals/InstalledTests
+To run just ostree's tests:
+
+    ./configure ... --enable-installed-tests
+    gnome-desktop-testing-runner -p 0 ostree/
+
+